add news item for git-annex 10.20250320
authorJoey Hess <joeyh@joeyh.name>
Thu, 20 Mar 2025 17:11:10 +0000 (13:11 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 20 Mar 2025 17:11:10 +0000 (13:11 -0400)
doc/news/version_10.20240927.mdwn [deleted file]
doc/news/version_10.20250320.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20240927.mdwn b/doc/news/version_10.20240927.mdwn
deleted file mode 100644 (file)
index 7440ded..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-git-annex 10.20240927 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * Detect when a preferred content expression contains "not present",
-    which would lead to repeatedly getting and then dropping files,
-    and make it never match. This also applies to
-    "not balanced" and "not sizebalanced".
-  * Fix --explain display of onlyingroup preferred content expression.
-  * Allow maxsize to be set to 0 to stop checking maxsize for a repository.
-  * Fix bug that prevented anything being stored in an empty
-    repository whose preferred content expression uses sizebalanced.
-  * sim: New command, can be used to simulate networks of repositories
-    and see how preferred content and other configuration makes file
-    content flow through it."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20250320.mdwn b/doc/news/version_10.20250320.mdwn
new file mode 100644 (file)
index 0000000..17bb165
--- /dev/null
@@ -0,0 +1,14 @@
+git-annex 10.20250320 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * Added the compute special remote.
+  * addcomputed: New command, adds a file that is generated by a compute
+    special remote.
+  * recompute: New command, recomputes computed files.
+  * findcomputed: New command, displays information about computed files.
+  * Support help.autocorrect settings "prompt", "never", and "immediate".
+  * Allow setting remote.foo.annex-tracking-branch to a branch name
+    that contains "/", as long as it's not a remote tracking branch.
+  * Added OsPath build flag, which speeds up git-annex's operations on files.
+  * git-lfs: Added an optional apiurl parameter.
+    (This needs version 1.2.5 of the haskell git-lfs library to be used.)
+  * fsck: Remember the files that are checked, so a later run with --more
+    will skip them, without needing to use --incremental."""]]
\ No newline at end of file